home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMBUGREPORT / TFRMBUGREPORT.txt
Text File  |  2005-02-17  |  2KB  |  71 lines

  1. object frmBugReport: TfrmBugReport
  2.   Left = 410
  3.   Top = 155
  4.   Width = 377
  5.   Height = 285
  6.   BorderIcons = []
  7.   Caption = 'Bug Report Instructions'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object memText: TMemo
  19.     Left = 8
  20.     Top = 8
  21.     Width = 353
  22.     Height = 209
  23.     TabStop = False
  24.     Lines.Strings = (
  25.       
  26.         'This report is used to help me to track down the problems you ma' +
  27.         'y find'
  28.       'by using this program, and (hopefully) fix them.'
  29.       ''
  30.       'Before you begin, you have to keep in mind just few things:'
  31.       ''
  32.       
  33.         '- this is useful, if you have clear what is occurred and you can' +
  34.         ' describe it.'
  35.       'Something like "It'#39's dead" is completly useless.'
  36.       'If you have found how to cause the problem, write it.'
  37.       ''
  38.       
  39.         '- don'#39't attach screenshots for nothing.  If you have to, the ima' +
  40.         'ges must be '
  41.       
  42.         'smaller than 100 Kb in (.jpg or .png).  Bigger files or differen' +
  43.         't formats will '
  44.       'delete the report.'
  45.       ''
  46.       ''
  47.       'Thank you')
  48.     ReadOnly = True
  49.     TabOrder = 0
  50.     WantReturns = False
  51.   end
  52.   object btnOk: TBitBtn
  53.     Left = 288
  54.     Top = 224
  55.     Width = 75
  56.     Height = 25
  57.     TabOrder = 1
  58.     OnClick = btnOkClick
  59.     Kind = bkOK
  60.   end
  61.   object btnCancel: TBitBtn
  62.     Left = 208
  63.     Top = 224
  64.     Width = 75
  65.     Height = 25
  66.     TabOrder = 2
  67.     OnClick = btnCancelClick
  68.     Kind = bkCancel
  69.   end
  70. end
  71.